home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat España 24
/
MacFormat n. 24 (Spain)
/
MacFormat 24.bin
/
Demos
/
Jungle Activated!
/
JungleActivated Demo
/
jung DEMO d
/
00194_Juke Box 2.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-10-14
|
307 b
|
14 lines
on enterFrame
global gBackgroundSound, gBackgroundVolume
set the volume of sound 2 to gBackgroundVolume
if the windowList = [] then
if soundBusy(2) = 0 then
sound playFile 2, getpn() & "Sounds:Bckgrd" & gBackgroundSound & ".aif"
end if
end if
end
on exitFrame
go(marker(0) + 0)
end